mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
27 lines
790 B
Plaintext
27 lines
790 B
Plaintext
--- Makefile.in.orig Mon Apr 7 14:09:35 2014
|
|
+++ Makefile.in Fri Oct 10 13:15:24 2014
|
|
@@ -39,8 +39,8 @@ VPATH = @srcdir@
|
|
|
|
CC = @CC@
|
|
PROG = tcpslice
|
|
-CCOPT = @V_CCOPT@
|
|
-INCLS = -I. @V_INCLS@
|
|
+CCOPT = @CFLAGS@
|
|
+INCLS = -I. -I$(srcdir) -I$(srcdir)/lbl
|
|
DEFS = @DEFS@ @CPPFLAGS@ @V_DEFS@
|
|
|
|
# Standard CFLAGS
|
|
@@ -59,9 +59,9 @@ INSTALL_DATA = @INSTALL_DATA@
|
|
# Explicitly define compilation rule since SunOS 4's make doesn't like gcc.
|
|
# Also, gcc does not remove the .o before forking 'as', which can be a
|
|
# problem if you don't own the file but can write to the directory.
|
|
-.c.o:
|
|
- @rm -f $@
|
|
- $(CC) $(CFLAGS) -c $(srcdir)/$*.c
|
|
+#.c.o:
|
|
+# @rm -f $@
|
|
+# $(CC) $(CFLAGS) -c $(srcdir)/$*.c
|
|
|
|
CSRC = tcpslice.c gmt2local.c gwtm2secs.c machdep.c search.c sessions.c util.c
|
|
GENSRC = version.c
|