summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-12 16:25:23 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-12 16:25:23 +0000
commit502ebf0a7a4118ef6e52d9af4d8fe4b77ecf2ce5 (patch)
tree381058be41c807d42470f4e0afdb51745b41ceba
parent32091a76c4f04f02ae06796d79e7b706ff4dd713 (diff)
Formerly Makefile.~2~
-rw-r--r--pfinet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile
index a97c82e2..07617d65 100644
--- a/pfinet/Makefile
+++ b/pfinet/Makefile
@@ -26,7 +26,7 @@ LINUXSRCS= af_inet.c arp.c datagram.c dev.c dev_mcast.c devinet.c eth.c \
tcp.c timer.c udp.c utils.c
OBJS= $(subst .c,.o,$(LINUXSRCS))
-vpath $(LINUXSRCS) linux
+vpath %.c linux
target = pfinet
@@ -34,3 +34,4 @@ include ../Makeconf
CPPFLAGS += -Ilinux
+