summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2001-09-03 13:49:00 +0000
committerThomas Habets <thomas@habets.pp.se>2001-09-03 13:49:00 +0000
commitf901f95bdd67075e89c50f4767c51048ab9c36da (patch)
tree0d73134f61a06fadb042f042e5eb4416f740ef16 /Makefile
parent63661ffd60f0113d055773284cbd9ff9d0d4a40a (diff)
downloadarping-f901f95bdd67075e89c50f4767c51048ab9c36da.tar.gz
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 44d2519..1faaefc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 276 2001-03-15 16:34:57Z marvin $
+# $Id: Makefile 411 2001-09-03 13:49:00Z marvin $
TARGETS=arping
USE_NETIF=0
@@ -41,7 +41,7 @@ install:
all: $(TARGETS)
arping.o: arping.c
- gcc -Wall $(CFLAGS) -c `libnet-config --defines` `libnet-config --cflags` arping.c
+ /usr/local/gcc3/bin/gcc -Wall $(CFLAGS) -c `libnet-config --defines` `libnet-config --cflags` arping.c
O_arping=arping.o
arping: $(O_arping)