mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
56 lines
2 KiB
Text
56 lines
2 KiB
Text
--- src/Makefile.in.orig Fri Apr 19 00:55:55 2002
|
|
+++ src/Makefile.in Mon Aug 26 20:51:29 2002
|
|
@@ -98,7 +98,7 @@
|
|
# some namespace hackery going on that maybe shouldn't be. Long term fix is to
|
|
# try and remove naming ocnflicts and fix Automake to allow particular includes
|
|
# to be attached only to particular object files. Short term fix is either or.
|
|
-INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff -I$(top_srcdir)/zlib $(includeopt)
|
|
+INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff $(includeopt)
|
|
|
|
bin_PROGRAMS = cvs
|
|
bin_SCRIPTS = cvsbug
|
|
@@ -139,6 +139,7 @@
|
|
no_diff.c \
|
|
parseinfo.c \
|
|
patch.c \
|
|
+ prepend_args.c \
|
|
rcs.c \
|
|
rcscmds.c \
|
|
recurse.c \
|
|
@@ -179,8 +180,7 @@
|
|
|
|
cvs_LDADD = \
|
|
../diff/libdiff.a \
|
|
- ../lib/libcvs.a \
|
|
- ../zlib/libz.a
|
|
+ ../lib/libcvs.a
|
|
|
|
|
|
# extra clean targets
|
|
@@ -216,6 +216,7 @@
|
|
main.$(OBJEXT) mkmodules.$(OBJEXT) modules.$(OBJEXT) \
|
|
myndbm.$(OBJEXT) no_diff.$(OBJEXT) parseinfo.$(OBJEXT) \
|
|
patch.$(OBJEXT) rcs.$(OBJEXT) rcscmds.$(OBJEXT) \
|
|
+ prepend_args.$(OBJEXT) \
|
|
recurse.$(OBJEXT) release.$(OBJEXT) remove.$(OBJEXT) \
|
|
repos.$(OBJEXT) root.$(OBJEXT) run.$(OBJEXT) scramble.$(OBJEXT) \
|
|
server.$(OBJEXT) status.$(OBJEXT) subr.$(OBJEXT) tag.$(OBJEXT) \
|
|
@@ -231,7 +232,7 @@
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I.
|
|
CPPFLAGS = @CPPFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
-LIBS = @LIBS@
|
|
+LIBS = @LIBS@ -lmd -lgnuregex -lz
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/add.Po $(DEPDIR)/admin.Po \
|
|
@AMDEP_TRUE@ $(DEPDIR)/annotate.Po $(DEPDIR)/buffer.Po \
|
|
@@ -250,7 +251,8 @@
|
|
@AMDEP_TRUE@ $(DEPDIR)/main.Po $(DEPDIR)/mkmodules.Po \
|
|
@AMDEP_TRUE@ $(DEPDIR)/modules.Po $(DEPDIR)/myndbm.Po \
|
|
@AMDEP_TRUE@ $(DEPDIR)/no_diff.Po $(DEPDIR)/parseinfo.Po \
|
|
-@AMDEP_TRUE@ $(DEPDIR)/patch.Po $(DEPDIR)/rcs.Po \
|
|
+@AMDEP_TRUE@ $(DEPDIR)/patch.Po $(DEPDIR)/prepend_args.Po $(DEPDIR)/rcs.Po \
|
|
+@AMDEP_TRUE@ $(DEPDIR)/prepend_args.Po \
|
|
@AMDEP_TRUE@ $(DEPDIR)/rcscmds.Po $(DEPDIR)/recurse.Po \
|
|
@AMDEP_TRUE@ $(DEPDIR)/release.Po $(DEPDIR)/remove.Po \
|
|
@AMDEP_TRUE@ $(DEPDIR)/repos.Po $(DEPDIR)/root.Po \
|