summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-01-18 07:48:21 +0000
committerru <ru@FreeBSD.org>2000-01-18 07:48:21 +0000
commit25fd4e5699b26ee79580089cee028a693379cee7 (patch)
tree667e070464cf7ce285651efcfbc4a5ee18c0c663 /gnu
parentedb0f8fb68964ca5d2bc4ffc23f1df5b48dce19f (diff)
downloadFreeBSD-src-25fd4e5699b26ee79580089cee028a693379cee7.zip
FreeBSD-src-25fd4e5699b26ee79580089cee028a693379cee7.tar.gz
Oops, cleanup this a bit.
Forgotten by: ru
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/texinfo/makeinfo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/texinfo/makeinfo/Makefile b/gnu/usr.bin/texinfo/makeinfo/Makefile
index 30b6060..c758d58 100644
--- a/gnu/usr.bin/texinfo/makeinfo/Makefile
+++ b/gnu/usr.bin/texinfo/makeinfo/Makefile
@@ -2,10 +2,10 @@
PROG= makeinfo
SRCS= cmds.c defun.c files.c footnote.c html.c index.c insertion.c lang.c \
- macro.c makeinfo.c multi.c node.c sectioning.c sectioning.h toc.c
+ macro.c makeinfo.c multi.c node.c sectioning.c toc.c
-DPADD+= ${LIBTXI} ${LIBINTL}
-LDADD+= ${LIBTXI} ${LIBINTL}
+DPADD+= ${LIBTXI}
+LDADD+= ${LIBTXI}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud