From: Jason Greene Date: Tue, 12 Jun 2001 09:05:40 +0000 (+0000) Subject: Remove bugus file. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fd006d64887342a10ce20b29a1948634a5d3abd;p=php Remove bugus file. --- 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)