mirror of
https://github.com/amiwm/amiwm.git
synced 2026-03-24 01:24:15 +00:00
Respect ${AR} when building
Unfortunately, there is no AC_PROG_AR yet.
This commit is contained in:
@@ -34,7 +34,7 @@ clean :
|
||||
$(RM) *.o libami.a
|
||||
|
||||
libami.a : $(OBJS)
|
||||
ar rc libami.a $(OBJS)
|
||||
$(AR) rc libami.a $(OBJS)
|
||||
$(RANLIB) libami.a
|
||||
|
||||
.c.o:
|
||||
|
||||
Reference in New Issue
Block a user