bnicholes 2002/06/12 17:40:50
Modified: . NWGNUmakefile
Log:
Building the wrong dso.c in the make files. Switched to the Netware version.
Revision Changes Path
1.5 +2 -2 apr/NWGNUmakefile
Index: NWGNUmakefile
===================================================================
RCS file: /home/cvs/apr/NWGNUmakefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- NWGNUmakefile 11 Apr 2002 20:47:00 -0000 1.4
+++ NWGNUmakefile 13 Jun 2002 00:40:50 -0000 1.5
@@ -368,9 +368,9 @@
@echo Compiling $<
$(CC) threadproc\netware\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
-$(OBJDIR)/%.o: dso/unix/%.c $(OBJDIR)\cc.opt
+$(OBJDIR)/%.o: dso/netware/%.c $(OBJDIR)\cc.opt
@echo Compiling $<
- $(CC) dso\unix\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
+ $(CC) dso\netware\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
$(OBJDIR)/%.o: memory/unix/%.c $(OBJDIR)\cc.opt
@echo Compiling $<