]> granicus.if.org Git - apache/commitdiff
Remove reference to dftables.lo from CLEANFILES. *.lo is automatically
authorSascha Schumann <sascha@apache.org>
Mon, 12 Jun 2000 06:46:04 +0000 (06:46 +0000)
committerSascha Schumann <sascha@apache.org>
Mon, 12 Jun 2000 06:46:04 +0000 (06:46 +0000)
unlinked.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85529 13f79535-47bb-0310-9956-ffa450edef68

srclib/pcre/Makefile.in

index 7e41c839afcec3a7a7bea6a92951c222957e2e6a..4df8a2258e6b242427bcae455414946844501c49 100644 (file)
@@ -1,7 +1,7 @@
 LTLIBRARY_NAME = libpcre.la
 LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c pcreposix.c
 
-CLEANFILES = dftables dftables.lo config.h chartables.c
+CLEANFILES = dftables config.h chartables.c
 
 include $(top_srcdir)/build/ltlib.mk