X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2FMakefile.in;h=d81985f7fe9d64ee2b6747596f7fff992f5d4372;hp=bd114ce85ec665621ff8158748a3987facb1f346;hb=cde17f8d38bf9306df4706ac2acb528a2a686a29;hpb=d709572c12437b406a4685f04b4131f160687280 diff --git a/uip/Makefile.in b/uip/Makefile.in index bd114ce..d81985f 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -17,7 +17,6 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ LDFLAGS = @LDFLAGS@ @@ -32,7 +31,6 @@ TERMLIB = @TERMLIB@ LEXLIB = @LEXLIB@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) -COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS) LINK = $(CC) $(LDFLAGS) -o $@ LN = ln @@ -215,9 +213,6 @@ sendfiles: sendfiles.sh show: show.o $(LOCALLIBS) $(LINK) show.o $(LINKLIBS) -slocal.o: slocal.c - $(COMPILE2) $(srcdir)/slocal.c - slocal: slocal.o $(LOCALLIBS) $(LINK) slocal.o $(LINKLIBS)