dreid 99/10/07 13:15:20
Modified: src/lib/apr/file_io/beos Makefile.in
Log:
Small fix for beos that I missed first time around.
This removes some files that I was playing with here but won't be committed.
Revision Changes Path
1.5 +1 -2 apache-2.0/src/lib/apr/file_io/beos/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/beos/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.in 1999/09/28 17:21:10 1.4
+++ Makefile.in 1999/10/07 20:15:14 1.5
@@ -25,7 +25,6 @@
../unix/pipe.o \
../unix/readwrite.o \
../unix/seek.o \
- ../unix/mmap_file.o
OBJS2=dir.o \
fileacc.o \
@@ -35,7 +34,7 @@
pipe.o \
readwrite.o \
seek.o \
- mmap_file.o
+
.c.o:
$(CC) $(CFLAGS) -c $(INCLUDES) $<