X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=mk-1st.awk;h=969d9401249eb3904e1c2f4a524cf03ba6c42209;hp=8e924331eca18843b31122b1fb71d3a3157fcf76;hb=9208e1bde56ebb9cc550fd93034f1d4650518b11;hpb=5461fc336d03fbfea6b85ac21c6d49c528f6752d diff --git a/mk-1st.awk b/mk-1st.awk index 8e924331..969d9401 100644 --- a/mk-1st.awk +++ b/mk-1st.awk @@ -1,6 +1,6 @@ -# $Id: mk-1st.awk,v 1.99 2016/12/31 17:04:34 tom Exp $ +# $Id: mk-1st.awk,v 1.101 2017/12/02 23:29:29 tom Exp $ ############################################################################## -# Copyright (c) 1998-2014,2016 Free Software Foundation, Inc. # +# Copyright (c) 1998-2016,2017 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"), # @@ -170,7 +170,7 @@ function removelinks(directory) { } } function make_shlib(objs, shlib_list) { - printf "\t$(MK_SHARED_LIB) $(%s_OBJS) $(%s) $(LDFLAGS)\n", objs, shlib_list + printf "\t$(MK_SHARED_LIB) $(%s_OBJS) $(%s)\n", objs, shlib_list } function sharedlinks(directory) { if ( ShlibVer != "auto" && ShlibVer != "cygdll" && ShlibVer != "msysdll" && ShlibVer != "mingw" ) {