]> granicus.if.org Git - postgis/commitdiff
Only remove pom.xml on "make maintainer-clean"
authorSandro Santilli <strk@keybit.net>
Sat, 13 Jun 2015 08:08:26 +0000 (08:08 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 13 Jun 2015 08:08:26 +0000 (08:08 +0000)
It's a distributed file...

git-svn-id: http://svn.osgeo.org/postgis/trunk@13672 b70326c6-7e19-0410-871a-916f4a2858ee

java/jdbc/Makefile.in

index d65ecfacd2c460a867d825aa83570c07811b85b8..9d6dffd86ce2507b5e0ca2b0dbc3776501a4cad4 100644 (file)
@@ -19,7 +19,7 @@ pom.xml: pom.xml.in
        sed 's,%VERSION%,$(POSTGIS_LIB_VERSION),g' $< >$@
 
 clean:
-       rm -f pom.xml
+       : nothing to do
 
 build: pom.xml
 
@@ -27,7 +27,7 @@ build clean distclean check:
        $(ANT) $@
 
 maintainer-clean: distclean
-       : nothing to do
+       rm -f pom.xml
 
 install uninstall:
        : TODO !