]> granicus.if.org Git - postgis/commitdiff
#2877 don't get rid of data header generated files during dist-clean (they can't...
authorRegina Obe <lr@pcorp.us>
Wed, 8 Oct 2014 02:42:00 +0000 (02:42 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 8 Oct 2014 02:42:00 +0000 (02:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13045 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/address_standardizer/Makefile.in

index d75fc15fb6d8ffa9f2bfee34f161f28d3d971bd8..5378392289b1e2741ec5d2e40b20bb68542af69f 100644 (file)
@@ -90,7 +90,8 @@ parseaddress-regex.h: mk-st-regexp
        ./mk-st-regexp > parseaddress-regex.h
 
 dist-clean:
-       rm -f mk-st-regexp mk-city-regex usps-st-city-name.txt parseaddress-stcities.h parseaddress-regex.h test_main
+    rm -f mk-st-regexp mk-city-regex usps-st-city-name.txt test_main
+       #rm -f mk-st-regexp mk-city-regex usps-st-city-name.txt parseaddress-stcities.h parseaddress-regex.h test_main
 
 test:
        @echo "To run the test on parse_address do the follow:"