mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Fix uninstall target.
This commit is contained in:
@ -28,6 +28,7 @@ installdirs:
|
|||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(addprefix '$(DESTDIR)$(includedir)'/, $(ecpg_headers))
|
rm -f $(addprefix '$(DESTDIR)$(includedir)'/, $(ecpg_headers))
|
||||||
rm -f $(addprefix '$(DESTDIR)$(informix_esql_dir)'/, $(informix_headers))
|
rm -f $(addprefix '$(DESTDIR)$(informix_esql_dir)'/, $(informix_headers))
|
||||||
|
rm -f '$(DESTDIR)$(includedir)'/$(notdir $(ecpg_config_h))
|
||||||
|
|
||||||
distclean maintainer-clean:
|
distclean maintainer-clean:
|
||||||
rm -f ecpg_config.h
|
rm -f ecpg_config.h
|
||||||
|
Reference in New Issue
Block a user