From a4cc50373fbe27c973f95628fc142efec14e05cf Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 10 Aug 1999 05:54:53 +0200 Subject: Import ax25-tools 0.0.4 from tarball --- kiss/Makefile.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'kiss/Makefile.in') diff --git a/kiss/Makefile.in b/kiss/Makefile.in index fdada1d..1fcf531 100644 --- a/kiss/Makefile.in +++ b/kiss/Makefile.in @@ -61,6 +61,7 @@ AWK = @AWK@ AX25IO_LIB = @AX25IO_LIB@ AX25_LIB = @AX25_LIB@ CC = @CC@ +DMASCC = @DMASCC@ MAKEINFO = @MAKEINFO@ NCURSES_LIB = @NCURSES_LIB@ PACKAGE = @PACKAGE@ @@ -91,10 +92,6 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I.. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -X_CFLAGS = @X_CFLAGS@ -X_LIBS = @X_LIBS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ kissattach_SOURCES = kissattach.c kissattach_OBJECTS = kissattach.o kissattach_LDADD = $(LDADD) @@ -372,7 +369,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean installconf: install-exec-local: - (cd $(DESTDIR)$(sbindir) ; ln -s kissattach spattach) + (cd $(DESTDIR)$(sbindir) ; ln -sf kissattach spattach) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. -- cgit v1.2.3