]> granicus.if.org Git - php/commitdiff
Remove bugus file.
authorJason Greene <jason@php.net>
Tue, 12 Jun 2001 09:05:40 +0000 (09:05 +0000)
committerJason Greene <jason@php.net>
Tue, 12 Jun 2001 09:05:40 +0000 (09:05 +0000)
ext/pcntl/libs.mk [deleted file]

diff --git a/ext/pcntl/libs.mk b/ext/pcntl/libs.mk
deleted file mode 100644 (file)
index 7c6e176..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-include $(top_builddir)/config_vars.mk
-LTLIBRARY_OBJECTS = $(LTLIBRARY_SOURCES:.c=.lo) $(LTLIBRARY_OBJECTS_X)
-LTLIBRARY_SHARED_OBJECTS = $(LTLIBRARY_OBJECTS:.lo=.slo)
-$(LTLIBRARY_NAME): $(LTLIBRARY_OBJECTS) $(LTLIBRARY_DEPENDENCIES)
-       $(LINK) $(LTLIBRARY_LDFLAGS) $(LTLIBRARY_OBJECTS) $(LTLIBRARY_LIBADD)
-
-targets = $(LTLIBRARY_NAME)