File: texgif-makefile.diff

package info (click to toggle)
wims 3.62-13.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 17,448 kB
  • ctags: 29
  • sloc: sh: 701; makefile: 270; xml: 92; python: 22
file content (13 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.in.orig	2006-06-02 16:58:22.000000000 +0200
+++ Makefile.in	2006-06-02 16:58:52.000000000 +0200
@@ -16,8 +16,8 @@
 	rm -f $(wims_home)/public_html/bin/tex..gif
 	rm -f Makefile
 
-texgif: *.c colors.c *.h ../Flydraw/gd/libgd.a
-	$(cc) $(cflags) $(defines) texgif.c -L../Flydraw/gd -lgd -lm -o texgif
+texgif: *.c colors.c *.h
+	$(cc) $(cflags) $(defines) texgif.c -lgd -lm -o texgif
 	$(STRIP) texgif
 	cp texgif $(wims_home)/public_html/bin/tex..gif