OSDN Git Service

Made the patch, but forgot to commit it...
authorMarc G. Fournier <scrappy@hub.org>
Mon, 20 Jan 1997 14:23:03 +0000 (14:23 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 20 Jan 1997 14:23:03 +0000 (14:23 +0000)
src/customize

index ef8cff0..7a70198 100644 (file)
@@ -174,7 +174,7 @@ if [ "$ans" = "y" ] ; then
    echo "and subsequent ones should be preceeded by -l"
    def="X11"
    readln "X11 library [$def]?" "$def"
-   echo >>Makefile.custom "X11_LIB= $ans"
+   echo >>Makefile.custom "X11_LIB= -l$ans"
 fi