We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ffbfb commit 1f583a4Copy full SHA for 1f583a4
Makefile.in
@@ -64,12 +64,8 @@ RANLIB = @RANLIB@
64
65
DEPENDENCY_CFLAG = @DEPENDENCY_CFLAG@
66
67
-# Explicitly define compilation rule since SunOS 4's make doesn't like gcc.
68
-# Also, gcc does not remove the .o before forking 'as', which can be a
69
-# problem if you don't own the file but can write to the directory.
70
.c.o:
71
- @rm -f $@
72
- $(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c
+ $(CC) $(FULL_CFLAGS) -c -o $@ $<
73
74
CSRC = fptype.c tcpdump.c
75
0 commit comments