# HG changeset patch # User diego # Date 1164448365 0 # Node ID 932ad0594e8633d4408ad5b3e7d2f2a98a26be8a # Parent 1feb8af493d69e696dc057e328e67deb67a43bac Simplify LIBNAME target with $@ and $^. diff -r 1feb8af493d6 -r 932ad0594e86 osdep/Makefile --- a/osdep/Makefile Sat Nov 25 09:50:18 2006 +0000 +++ b/osdep/Makefile Sat Nov 25 09:52:45 2006 +0000 @@ -49,8 +49,8 @@ windres -o $@ $< $(LIBNAME): $(OBJS) - $(AR) r $(LIBNAME) $(OBJS) - $(RANLIB) $(LIBNAME) + $(AR) r $@ $^ + $(RANLIB) $@ all: $(LIBNAME)