X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/6c94c34fe8fef20680c29731277ad8baf87bf47e..24958590a00900371b6b3b154fc1df5c980d056c:/oldXMenu/Makefile.in diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index 01855f6585..f4fda56e28 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in @@ -15,7 +15,7 @@ ## without express or implied warranty. -## Copyright (C) 2001-2012 Free Software Foundation, Inc. +## Copyright (C) 2001-2013 Free Software Foundation, Inc. ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -57,8 +57,8 @@ CFLAGS=@CFLAGS@ TAGS = etags RM = rm -f RANLIB = @RANLIB@ -# Solaris 2.1 ar doesn't accept the 'l' option. -AR = ar cq +AR = @AR@ +ARFLAGS = @ARFLAGS@ OBJS = Activate.o \ AddPane.o \ @@ -91,14 +91,14 @@ ALL_CFLAGS=$(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) \ $(C_SWITCH_X_SITE) \ $(WARN_CFLAGS) $(WERROR_CFLAGS) ${PROFILING_CFLAGS} \ $(CPPFLAGS) $(CFLAGS) -DEMACS_BITMAP_FILES \ - -I../src -I${srcdir} -I${srcdir}/../src + -I../src -I../lib -I${srcdir} -I${srcdir}/../src -I${srcdir}/../lib .c.o: $(CC) -c ${ALL_CFLAGS} $< libXMenu11.a: $(OBJS) $(EXTRA) $(RM) $@ - $(AR) $@ $(OBJS) $(EXTRA) + $(AR) $(ARFLAGS) $@ $(OBJS) $(EXTRA) $(RANLIB) $@ Activate.o: Activate.c XMenuInt.h XMenu.h X10.h