blob: 569489d8f65f25d65ef77366449158939dae369b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Makefile.orig Wed Dec 9 04:49:42 1998
+++ Makefile Wed Dec 9 04:51:23 1998
@@ -1992,6 +1992,9 @@
./echogs -n - $(CC) $(LDFLAGS) $(XLIBDIRS) -o $(GS)$(XE) $(GSUNIX) >_temp_
./echogs -x 205c >>_temp_
cat ld.tr >>_temp_
+.if ${PORTOBJFORMAT} == "elf"
+ echo '-lICE -lSM \' >>_temp_
+.endif
./echogs - $(EXTRALIBS) -lm >>_temp_
$(SH) <_temp_
|