From c4ea104227ea68f2f5022df436ec710c3c98c2ae Mon Sep 17 00:00:00 2001 From: ashmew2 Date: Sun, 11 Jun 2017 14:56:49 +0000 Subject: [PATCH] Split make and make install steps for libexpat git-svn-id: svn://kolibrios.org@6924 a494cfbc-eb01-0410-851d-a64ba20cac60 --- contrib/sdk/sources/expat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/sdk/sources/expat/Makefile b/contrib/sdk/sources/expat/Makefile index d96b15ce0e..cd95cc357c 100644 --- a/contrib/sdk/sources/expat/Makefile +++ b/contrib/sdk/sources/expat/Makefile @@ -31,6 +31,8 @@ all:$(LIBRARY).a $(LIBRARY).a: $(OBJS) Makefile $(AR) $(ARFLAGS) $(LIBRARY).a $(OBJS) + +install: $(LIBRARY).a mv -f $(LIBRARY).a $(INSTALLDIR) %.o : %.c Makefile