From: Regina Obe Date: Wed, 8 Oct 2014 02:42:00 +0000 (+0000) Subject: #2877 don't get rid of data header generated files during dist-clean (they can't... X-Git-Tag: 2.2.0rc1~804 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e25623e30bfc8d4efd85727eb3a9a6f7512d9d9;p=postgis #2877 don't get rid of data header generated files during dist-clean (they can't be rebuilt if perl Regex::Assemble is not installed git-svn-id: http://svn.osgeo.org/postgis/trunk@13045 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extensions/address_standardizer/Makefile.in b/extensions/address_standardizer/Makefile.in index d75fc15fb..537839228 100644 --- a/extensions/address_standardizer/Makefile.in +++ b/extensions/address_standardizer/Makefile.in @@ -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:"