blob: 10472327216759550ef491f0a69dc2039a78368d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/Makefile.in.orig 2006-09-21 02:39:29.000000000 +0200
+++ src/Makefile.in 2008-04-29 20:24:21.000000000 +0200
@@ -1051,7 +1051,7 @@
often contain options that have to do with using Emacs's crt0,
which are only good with temacs. */
prefix-args${EXEEXT}: prefix-args.c $(config_h)
- $(CC) $(ALL_CFLAGS) $(LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args
+ $(CC) $(ALL_CFLAGS) LD_SWITCH_SITE $(LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args
/* Don't lose if this was not defined. */
#ifndef OLDXMENU_OPTIONS
|