|
Lines 1-14
Link Here
|
| 1 |
--- Makefile.orig Mon Oct 26 15:11:04 1992 |
1 |
--- Makefile.orig Tue Oct 27 00:11:04 1992 |
| 2 |
+++ Makefile Tue Jul 28 09:44:38 1998 |
2 |
+++ Makefile Sun Oct 1 23:06:07 2006 |
| 3 |
@@ -2,14 +2,14 @@ |
3 |
@@ -9,7 +9,7 @@ |
| 4 |
# Makefile for the minimal build for an archie Prospero client. |
|
|
| 5 |
# |
| 6 |
# Your C compiler: |
| 7 |
-#CC=cc |
| 8 |
+CC=cc |
| 9 |
|
| 10 |
# For most systems, these OPTIONS will suffice. Exceptions: |
| 11 |
# |
| 12 |
# * If you're on a Stardent, add -43 |
4 |
# * If you're on a Stardent, add -43 |
| 13 |
# * If you're running EP/IX, you may need to add -systype bsd43 |
5 |
# * If you're running EP/IX, you may need to add -systype bsd43 |
| 14 |
# but try it without it first. |
6 |
# but try it without it first. |
|
Lines 35-40
Link Here
|
| 35 |
|
27 |
|
| 36 |
# Usually LDFLAGS is empty; if, after you build this, archie |
28 |
# Usually LDFLAGS is empty; if, after you build this, archie |
| 37 |
# complains that it can't resolve ARCHIE.ANS.NET (or whatever |
29 |
# complains that it can't resolve ARCHIE.ANS.NET (or whatever |
|
|
30 |
@@ -73,7 +73,7 @@ |
| 31 |
# Yer' done....make archie. |
| 32 |
# ========================= |
| 33 |
# |
| 34 |
-CFLAGS=$(OPTIONS) $(DEFINES) -DARCHIE_HOST=\"$(ARCHIE)\" |
| 35 |
+CFLAGS+=$(OPTIONS) $(DEFINES) -DARCHIE_HOST=\"$(ARCHIE)\" |
| 36 |
|
| 37 |
VERSION=1.4.1 |
| 38 |
VMS_VERSION=`echo $(VERSION) | sed -e 's,\\.,_,g'` |
| 38 |
@@ -84,6 +84,10 @@ |
39 |
@@ -84,6 +84,10 @@ |
| 39 |
vlalloc.o vl_comp.o |
40 |
vlalloc.o vl_comp.o |
| 40 |
|
41 |
|