mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 01:31:07 -05:00
Fix uninstall target.
This commit is contained in:
parent
0e04ee41d0
commit
f6f8d61a47
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ installdirs:
|
|||
uninstall:
|
||||
rm -f $(addprefix '$(DESTDIR)$(includedir)'/, $(ecpg_headers))
|
||||
rm -f $(addprefix '$(DESTDIR)$(informix_esql_dir)'/, $(informix_headers))
|
||||
rm -f '$(DESTDIR)$(includedir)'/$(notdir $(ecpg_config_h))
|
||||
|
||||
distclean maintainer-clean:
|
||||
rm -f ecpg_config.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue