Skip to content

Commit

Permalink
Rename common.c, there can only be one or they collide when copied into
Browse files Browse the repository at this point in the history
the objs directory.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60721 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Brian Havard committed Nov 14, 2000
1 parent 84d2583 commit 4bc56c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions file_io/os2/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR)
LIB=file.a

OBJS=dir.o \
common.o \
fileacc.o \
filedup.o \
filestat.o \
open.o \
Expand Down Expand Up @@ -58,13 +58,6 @@ depend:
&& rm Makefile.new

# DO NOT REMOVE
common.o: common.c ../unix/fileacc.c $(INCDIR)/apr_strings.h \
$(INCDIR)/apr.h $(INCDIR)/apr_lib.h $(INCDIR)/apr_pools.h \
$(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_file_io.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr_errno.h \
$(INCDIR)/../network_io/os2/os2nerrno.h $(INCDIR)/apr_time.h \
$(INCDIR)/apr_tables.h $(OSDIR)/fileio.h \
$(INCDIR)/apr_private.h $(INCDIR)/apr_lock.h
dir.o: dir.c $(OSDIR)/fileio.h \
$(INCDIR)/apr_private.h $(INCDIR)/apr_general.h \
$(INCDIR)/apr.h $(INCDIR)/apr_errno.h \
Expand All @@ -73,6 +66,13 @@ dir.o: dir.c $(OSDIR)/fileio.h \
$(INCDIR)/apr_lib.h $(INCDIR)/apr_pools.h \
$(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_tables.h \
$(INCDIR)/apr_strings.h
fileacc.o: fileacc.c ../unix/fileacc.c $(INCDIR)/apr_strings.h \
$(INCDIR)/apr.h $(INCDIR)/apr_lib.h $(INCDIR)/apr_pools.h \
$(INCDIR)/apr_thread_proc.h $(INCDIR)/apr_file_io.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr_errno.h \
$(INCDIR)/../network_io/os2/os2nerrno.h $(INCDIR)/apr_time.h \
$(INCDIR)/apr_tables.h $(OSDIR)/fileio.h \
$(INCDIR)/apr_private.h $(INCDIR)/apr_lock.h
filedup.o: filedup.c $(OSDIR)/fileio.h \
$(INCDIR)/apr_private.h $(INCDIR)/apr_general.h \
$(INCDIR)/apr.h $(INCDIR)/apr_errno.h \
Expand Down
File renamed without changes.

0 comments on commit 4bc56c0

Please sign in to comment.