adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: wastesedge Makefile.am,1.12,1.13


From: Gordon Fraser <address@hidden>
Subject: [Adonthell-commits] CVS: wastesedge Makefile.am,1.12,1.13
Date: Thu, 19 Sep 2002 10:32:32 -0400

Update of /cvsroot/adonthell/wastesedge
In directory subversions:/tmp/cvs-serv13050

Modified Files:
        Makefile.am 
Log Message:
Prepend  to install-exec-local and uninstall-local targets

Index: Makefile.am
===================================================================
RCS file: /cvsroot/adonthell/wastesedge/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** Makefile.am 17 Sep 2002 16:57:26 -0000      1.12
--- Makefile.am 19 Sep 2002 14:32:30 -0000      1.13
***************
*** 16,20 ****
  # -- clean game directory before installing
  install-exec-local:
!       rm -Rf $(gamedatadir)
  
  adonthell-wastesedge: Makefile
--- 16,20 ----
  # -- clean game directory before installing
  install-exec-local:
!       rm -Rf $DESTDIR$(gamedatadir)
  
  adonthell-wastesedge: Makefile
***************
*** 23,26 ****
  # -- make sure the data directory gets deleted
  uninstall-local:
!       rm -rf $(gamedatadir)
  
--- 23,26 ----
  # -- make sure the data directory gets deleted
  uninstall-local:
!       rm -rf $DESTDIR$(gamedatadir)
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]