From b72719fcb2f2e067e870c6b6730231804f72c050 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 5 Jan 1999 20:52:48 +0000 Subject: A whole pile of fixes from Bernd, plus a fix for an arp problem reported by Klaus Kudielka . Also an ifconfig patch for alias deletion from Roman Sulzhyk . I'm not too happy with this one but I put it in anyway. Andi, see what you think (look at ifconfig.c about line 1100). Is there really no better way to delete an alias? --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b50ec39..077170e 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ RESLIB = # -L/usr/inet6/lib -linet6 # -------- end of user definitions -------- MAINTAINER = Philip.Blundell@pobox.com -RELEASE = 1.49 +RELEASE = 1.50 .EXPORT_ALL_VARIABLES: @@ -99,7 +99,7 @@ endif NET-LIB = $(NET_LIB_PATH)/lib$(NET_LIB_NAME).a -CFLAGS = $(COPTS) -I. -I./include/ -I$(NET_LIB_PATH) +CFLAGS = $(COPTS) -I. -idirafter ./include/ -I$(NET_LIB_PATH) LDFLAGS = $(LOPTS) -L$(NET_LIB_PATH) SUBDIRS = man/ $(NET_LIB_PATH)/ @@ -136,7 +136,7 @@ clobber: clean dist: clobber @echo Creating net-tools-$(RELEASE) in .. - @tar -cvz -f ../net-tools-$(RELEASE).tar.gz -C .. net-tools + @tar -cvz -f ../net-tools-$(RELEASE).tar.gz -C .. net-tools-${RELEASE} config.h: config.in Makefile -- cgit v1.2.3-65-gdbad