]> git.pld-linux.org Git - packages/newt.git/commitdiff
- don't use strange make rule which caused rm of objects and recompiling on install
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Mar 2004 12:31:30 +0000 (12:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    newt-norm.patch -> 1.1

newt-norm.patch [new file with mode: 0644]

diff --git a/newt-norm.patch b/newt-norm.patch
new file mode 100644 (file)
index 0000000..9287d99
--- /dev/null
@@ -0,0 +1,12 @@
+--- newt-0.50.34/Makefile.in.orig      Mon Mar  8 13:04:27 2004
++++ newt-0.50.34/Makefile.in   Mon Mar  8 13:07:14 2004
+@@ -76,7 +76,8 @@
+ whiptcl.so: $(WHIPTCLOBJS) $(LIBNEWTSH)
+       gcc -shared $(SHCFLAGS) -o whiptcl.so $(WHIPTCLOBJS) -L . $(LIBNEWTSH) -ltcl -lslang -lpopt -lm
+-$(LIBNEWT): $(LIBNEWT)($(LIBOBJS))
++$(LIBNEWT): $(LIBOBJS)
++      ar rv $(LIBNEWT) $(LIBOBJS)
+ newt.o: newt.c Makefile
+       $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -c -o $@ $<
This page took 0.06596 seconds and 4 git commands to generate.