Mercurial > hg > xemacs-beta
diff lwlib/Makefile.in.in @ 2286:04bc9d2f42c7
[xemacs-hg @ 2004-09-20 19:18:55 by james]
Mark all unused parameters as unused. Also eliminate some unneeded local
variables.
author | james |
---|---|
date | Mon, 20 Sep 2004 19:20:08 +0000 |
parents | bf8be6575eae |
children | 21d92abaac3a |
line wrap: on
line diff
--- a/lwlib/Makefile.in.in Mon Sep 20 19:11:29 2004 +0000 +++ b/lwlib/Makefile.in.in Mon Sep 20 19:20:08 2004 +0000 @@ -54,7 +54,7 @@ c_switch_all=@c_switch_all@ -cppflags = $(CPPFLAGS) -I. $(c_switch_all) +cppflags = $(CPPFLAGS) -I. -I$(srcdir)/../src $(c_switch_all) cflags = $(CFLAGS) $(cppflags) #ifdef SOLARIS2