You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
bc9ada934d
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@57463 d073be05-634f-4543-b044-5fe20cf6d1d6
20 lines
643 B
Diff
20 lines
643 B
Diff
--- Makefile 2008-06-29 10:48:43.000000000 +0200
|
|
+++ Makefile.patched 2009-09-11 09:08:56.000000000 +0200
|
|
@@ -20,13 +20,13 @@
|
|
all: $(PROGS) $(LIBNAME).a $(LIBNAME).h
|
|
|
|
|
|
-LIBM = Database.o Query.o StderrLog.o SysLog.o
|
|
+LIBM = Database.o Query.o StderrLog.o
|
|
$(LIBNAME).a: $(LIBM)
|
|
ar cru $(LIBNAME).a $(LIBM)
|
|
ranlib $(LIBNAME).a
|
|
|
|
-$(LIBNAME).h: IError.h StderrLog.h SysLog.h Database.h Query.h
|
|
- cat IError.h StderrLog.h SysLog.h Database.h Query.h > $(LIBNAME).h
|
|
+$(LIBNAME).h: IError.h StderrLog.h Database.h Query.h
|
|
+ cat IError.h StderrLog.h Database.h Query.h > $(LIBNAME).h
|
|
|
|
install: all
|
|
@mkdir -p $(INSTALL_LIB)
|