diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-06 03:28:56 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-06 03:28:56 +0200 |
commit | bfaf0e6d3354706b77045f9d348fd97c70d0eed0 (patch) | |
tree | f0546f1e306fa549e632103b96ded26d4300c401 /Makefile | |
parent | update makefile and split license list into lines by inital letter (diff) | |
download | licenses-ff141dab1c6f7efbf9863072972e7ab7d5075ff6.tar.gz licenses-ff141dab1c6f7efbf9863072972e7ab7d5075ff6.tar.bz2 licenses-ff141dab1c6f7efbf9863072972e7ab7d5075ff6.tar.xz |
fix make uninstall1381022969
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ install: uninstall: - -rm -f "$(DESTDIR)$(DIR)"/CeCILL{1,2,-B,C}/{english,french} + -rm -f "$(DESTDIR)$(DIR)"/CeCILL{1,2,-B,-C}/{english,french} -rm -f "$(DESTDIR)$(DIR)"/EUPL{1.0,1.1}/$(EUPL) -rm -f "$(DESTDIR)$(DIR)"/FAL1.2/{french,spanish} -rm -f "$(DESTDIR)$(DIR)"/FAL1.3/{english,french} |