We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200b7d1 commit 4682776Copy full SHA for 4682776
contrib/contrib-global.mk
@@ -1,4 +1,4 @@
1
-# $Header: /cvsroot/pgsql/contrib/contrib-global.mk,v 1.5 2002/11/02 00:16:21 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/contrib-global.mk,v 1.6 2003/08/23 04:23:38 petere Exp $
2
3
# This file contains generic rules to build many kinds of simple
4
# contrib modules. You only need to set a few variables and include
@@ -127,7 +127,7 @@ endif
127
128
uninstall:
129
ifneq (,$(DATA)$(DATA_built))
130
- rm -f $(addprefix $(DESTDIR)$(datadir)/contrib/, $(DATA) $(DATA_built))
+ rm -f $(addprefix $(DESTDIR)$(datadir)/contrib/, $(notdir $(DATA) $(DATA_built)))
131
endif
132
ifdef MODULES
133
rm -f $(addprefix $(DESTDIR)$(pkglibdir)/, $(addsuffix $(DLSUFFIX), $(MODULES)))
0 commit comments