From acf0e055ab9d54ae0347f1246adca430c1478fdd Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 27 Jan 2004 00:39:59 +0000 Subject: [PATCH] Makefile fixes (bug #923) git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@73 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1308eb4..3e700f1 100755 --- a/Makefile +++ b/Makefile @@ -34,6 +34,10 @@ INSTALL_PREFIX= all: $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY) +update: + @echo "Updating from CVS" + @cvs update -d + install: $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY) mkdir -p $(INSTALL_PREFIX)/usr/lib mkdir -p $(INSTALL_PREFIX)/usr/include @@ -62,6 +66,6 @@ $(DYNAMIC_LIBRARY): $(DYNAMIC_OBJS) ln -sf libpri.so.1 libpri.so clean: - rm -f *.o *.so *.lo + rm -f *.o *.so *.lo *.so.1 *.so.1.0 rm -f testpri $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY) rm -f pritest pridump