mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Fix uninstall target.
This commit is contained in:
parent
0e04ee41d0
commit
f6f8d61a47
@ -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 New Issue
Block a user