Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-10-18 22:33:54 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-10-18 22:33:54 +0400
commita052adc04cfa7799ae2a1f5cb768bd3868a640fa (patch)
tree71ae02baece6d0d943ff9953366ac95527036c20 /mcs/class/Npgsql/Makefile
parent2bf9e88ae6a45347484d8cd7d7fb3b5d86d0d0cc (diff)
Added uninstall target
svn path=/trunk/mcs/; revision=19177
Diffstat (limited to 'mcs/class/Npgsql/Makefile')
-rwxr-xr-xmcs/class/Npgsql/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/Makefile b/mcs/class/Npgsql/Makefile
index 32570cfa524..9fb7d545129 100755
--- a/mcs/class/Npgsql/Makefile
+++ b/mcs/class/Npgsql/Makefile
@@ -59,3 +59,6 @@ all: $(RESX_RES) $(the_lib)
clean: clean-recursive clean-local
install: install-recursive install-local
+
+uninstall: uninstall-recursive uninstall-local
+