summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 94a7cc5d..c42660b8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -100,12 +100,7 @@ SRC = $(PLATFORM_C_SRC) \
$(MODULE_C_SRC) $(REMOTE_C_SRC) $(COMMON_C_SRC) \
$(GENERATED_C_SRC)
-# We would like to say "OBJ = $(SRC:.c=.o)" but Ultrix's make cannot
-# hack the extra indirection
-OBJ = $(PLATFORM_C_SRC:.c=.o) \
- $(MODULE_C_SRC:.c=.o) $(REMOTE_C_SRC:.c=.o) $(COMMON_C_SRC:.c=.o) \
- $(GENERATED_C_SRC:.c=.o) \
- $(LIBOBJS)
+OBJ = $(SRC:.c=.o) $(LIBOBJS)
PUBHDR = \
pcap.h \
@@ -296,7 +291,6 @@ EXTRA_DIST = \
lbl/os-osf5.h \
lbl/os-solaris2.h \
lbl/os-sunos4.h \
- lbl/os-ultrix4.h \
libpcap.pc.in \
missing/asprintf.c \
missing/getopt.c \