X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=mk-1st.awk;h=8e924331eca18843b31122b1fb71d3a3157fcf76;hp=1b88127f88201fb63632b4012a8a428ca97839be;hb=a2016785091d241ca289fbac5b40bfc7f0432737;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/mk-1st.awk b/mk-1st.awk index 1b88127f..8e924331 100644 --- a/mk-1st.awk +++ b/mk-1st.awk @@ -1,6 +1,6 @@ -# $Id: mk-1st.awk,v 1.98 2014/12/20 23:54:22 tom Exp $ +# $Id: mk-1st.awk,v 1.99 2016/12/31 17:04:34 tom Exp $ ############################################################################## -# Copyright (c) 1998-2012,2013 Free Software Foundation, Inc. # +# Copyright (c) 1998-2014,2016 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -448,7 +448,7 @@ END { } printf "\tcd ../lib && $(LIBTOOL_LINK) $(%s) $(%s) \\\n", CC_NAME, CC_FLAG; printf "\t\t-o %s $(%s_OBJS:$o=.lo) \\\n", lib_name, OBJS; - printf "\t\t-rpath $(DESTDIR)$(libdir) \\\n"; + printf "\t\t-rpath $(libdir) \\\n"; printf "\t\t%s $(NCURSES_MAJOR):$(NCURSES_MINOR) $(LT_UNDEF) $(%s) $(LDFLAGS)\n", libtool_version, which_list; print "" print "install \\"