[xml/sgml-commit] [linuxdoc-tools] 10/16: Remove yet more unneeded hardcoded variables or commands. Thanks Ilya Tumaykin

Agustín Martín Domingo agmartin at moszumanska.debian.org
Mon Oct 19 11:31:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

agmartin pushed a commit to branch upstream
in repository linuxdoc-tools.

commit 6d9d4957aeaf851678a0039b2aa1d31efd1ce077
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Wed Oct 14 14:55:08 2015 +0200

    Remove yet more unneeded hardcoded variables or commands. Thanks Ilya Tumaykin
    
    Signed-off-by: Agustin Martin Domingo <agmartin at debian.org>
---
 rtf-fix/Makefile   | 4 +---
 sgmls-1.1/Makefile | 5 ++---
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/rtf-fix/Makefile b/rtf-fix/Makefile
index 105d39d..32dc314 100644
--- a/rtf-fix/Makefile
+++ b/rtf-fix/Makefile
@@ -1,5 +1,3 @@
-# This really needs flex
-LEX=flex
 
 all: rtf2rtf
 
@@ -13,4 +11,4 @@ install: rtf2rtf
 	cp rtf2rtf /usr/local/bin
 
 clean:
-	/bin/rm -f rtf2rtf.c rtf2rtf core
+	rm -f rtf2rtf.c rtf2rtf core
diff --git a/sgmls-1.1/Makefile b/sgmls-1.1/Makefile
index 6dc53ad..7bfedd4 100644
--- a/sgmls-1.1/Makefile
+++ b/sgmls-1.1/Makefile
@@ -15,7 +15,6 @@ MANDIR=$(PREFIX)/man/man$(MANEXT)
 # Permissions mode to use for man pages.
 MANMODE=444
 
-INCLUDE=
 # Additional libraries needed.
 # Ultrix needs -li
 LIBS=
@@ -44,7 +43,7 @@ OBJS1=lexrf.o pcbrf.o synrf.o context.o md1.o md2.o pars1.o pars2.o serv.o \
 PROG2=sgmlsasp
 
 OBJS2=sgmlsasp.o replace.o sgmls.o strerror.o getopt.o
-SRCS2a=sgmlsasp.c replace.c sgmls.c 
+SRCS2a=sgmlsasp.c replace.c sgmls.c
 SRCS2=$(SRCS2a) strerror.c getopt.c
 
 PROG3=rast
@@ -177,7 +176,7 @@ dist: FORCE
 dist: $(DIST)
 
 depend: FORCE
-	gcc -MM $(INCLUDE) $(SRCS) >.depend
+	gcc -MM $(SRCS) >.depend
 	cp Makefile Makefile.bak
 	sed -e '/^# Do not delete this line./{' -e 'r .depend' -e q -e '}' \
 	    Makefile.bak >Makefile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-xml-sgml/linuxdoc-tools.git



More information about the debian-xml-sgml-commit mailing list