git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Small fixes.
[stg.git]
/
projects
/
rlm_stg
/
Makefile
diff --git
a/projects/rlm_stg/Makefile
b/projects/rlm_stg/Makefile
index 3a4f5d7ab2d997adc849920379f8840779e6f24f..3d4104838be58f4aa0a851281f2b08758a983648 100644
(file)
--- a/
projects/rlm_stg/Makefile
+++ b/
projects/rlm_stg/Makefile
@@
-76,7
+76,11
@@
endif
uninstall: uninstall-bin
uninstall-bin:
+ifeq ($(OS), linux)
rm -f $(PREFIX)/usr/lib/freeradius/$(PROG)
+else
+ rm -f $(PREFIX)/usr/lib/$(PROG)
+endif
ifneq ($(MAKECMDGOALS),distclean)
ifneq ($(MAKECMDGOALS),clean)