13 lines
451 B
Plaintext
13 lines
451 B
Plaintext
diff -ur -p0 startpar-0.65/Makefile startpar/Makefile
|
|
--- Makefile 2020-07-07 02:04:06.000000000 +0200
|
|
+++ Makefile 2020-08-25 17:03:05.687028264 +0200
|
|
@@ -15 +14,0 @@ SRCS = startpar.c makeboot.c proc.c
|
|
-CXXSRCS = compiletest.cc
|
|
@@ -18 +17 @@ REST = COPYING Makefile startpar.1
|
|
-OBJS = $(SRCS:.c=.o) $(CXXSRCS:.cc=.o)
|
|
+OBJS = $(SRCS:.c=.o)
|
|
@@ -50,2 +49 @@ endif
|
|
-SOURCEFILES= compiletest.cc \
|
|
- CHANGELOG \
|
|
+SOURCEFILES= CHANGELOG \
|