diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-07-04 18:01:45 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-07-04 18:01:45 +0000 |
commit | 3291a02f9199737c4d142baa04327a7638252f40 (patch) | |
tree | 6696e21c0e95ca17a33441f48aeb2cece67df48e /lib/libform | |
parent | 5f4a7b14cf8a489690f75891ca7a375de899f92c (diff) |
DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS
contains -g by default anyway
problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com)
ok millert@ kettenis@ deraadt@
Diffstat (limited to 'lib/libform')
-rw-r--r-- | lib/libform/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libform/Makefile b/lib/libform/Makefile index b2ad0271687..3103f4a6ca2 100644 --- a/lib/libform/Makefile +++ b/lib/libform/Makefile @@ -33,9 +33,5 @@ afterinstall: for i in ${_LIBS}; do \ ln -f $$i `echo $$i | sed 's/form/formw/'`; \ done -.if (${DEBUGLIBS:L} == "yes") - -cd ${DESTDIR}${LIBDIR}/debug; \ - ln -f lib${LIB}.a lib`echo ${LIB} | sed 's/form/formw/'`.a -.endif .include <bsd.lib.mk> |