rbb 99/09/28 10:24:37
Modified: src/lib/apr/time/beos Makefile.in Removed: src/lib/apr/time/beos access.c atime.h time.c Log: Make beos use the common unix code. Currently, we need the Makefile here, but in time, we will most likely change the build process to not require this. Submitted by: David Reid Revision Changes Path 1.4 +5 -2 apache-2.0/src/lib/apr/time/beos/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apache-2.0/src/lib/apr/time/beos/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.in 1999/09/07 13:17:06 1.3 +++ Makefile.in 1999/09/28 17:24:32 1.4 @@ -14,7 +14,10 @@ LIB=libtime.a -OBJS=time.o \ +OBJS=../unix/time.o \ + ../unix/access.o + +OBJS2=time.o \ access.o .c.o: @@ -32,7 +35,7 @@ $(LIB): $(OBJS) $(RM) -f $@ - $(AR) cr $@ $(OBJS) + $(AR) cr $@ $(OBJS2) $(RANLIB) $@ #