summaryrefslogtreecommitdiff
path: root/ext/pcntl
diff options
context:
space:
mode:
authorJason Greene <jason@php.net>2001-06-12 09:05:40 +0000
committerJason Greene <jason@php.net>2001-06-12 09:05:40 +0000
commit3fd006d64887342a10ce20b29a1948634a5d3abd (patch)
treed22be924cb1dfee1dbb6a8216a82e0a65cc69351 /ext/pcntl
parent8b43f3222ec7a2956568cd6da055afac89fd3b87 (diff)
downloadphp-git-3fd006d64887342a10ce20b29a1948634a5d3abd.tar.gz
Remove bugus file.
Diffstat (limited to 'ext/pcntl')
-rw-r--r--ext/pcntl/libs.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/pcntl/libs.mk b/ext/pcntl/libs.mk
deleted file mode 100644
index 7c6e176717..0000000000
--- a/ext/pcntl/libs.mk
+++ /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)