14 lines
488 B
Text
14 lines
488 B
Text
|
--- config/unix/Config/common.make.orig Sat Sep 9 02:52:49 2000
|
||
|
+++ config/unix/Config/common.make Thu Oct 5 00:13:39 2000
|
||
|
@@ -21,9 +21,7 @@ libtp:
|
||
|
-(test -f ../../NoRanlib) || (ranlib ../../bin/libtp.a)
|
||
|
|
||
|
xpm:
|
||
|
- cd ../xpm/lib; $(MAKE) libXpm.a
|
||
|
- cp ../xpm/lib/libXpm.a ../../bin
|
||
|
- -(test -f ../../NoRanlib) || (ranlib ../../bin/libXpm.a)
|
||
|
+ touch xpm
|
||
|
|
||
|
$(OBJS): ../h/define.h ../h/config.h ../h/cstructs.h ../h/mproto.h ../h/path.h\
|
||
|
../h/typedefs.h ../h/proto.h ../h/cpuconf.h
|