Changeset 87cb4e6 in git


Ignore:
Timestamp:
Jun 10, 1998, 2:52:22 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
96368b9752f1a89925a9b53b29a7c4786fb26660
Parents:
3835a5926cebce1431c374b3f30c42f022bb5295
Message:
* added rm MP_Config.h to target uninstall


git-svn-id: file:///usr/local/Singular/svn/trunk@2119 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MP/MP/Makefile.in

    r3835a59 r87cb4e6  
    109109
    110110uninstall:
    111         rm -f $(libdir)/libMP.a $(includedir)/MP.h
     111        rm -f $(libdir)/libMP.a $(includedir)/MP.h $(includedir)/MP_Config.h
    112112        - rmdir $(libdir) $(includedir)
    113113
     
    119119        @echo "You need perl to rebuild the deleted file"
    120120        rm -f MP.h
    121        
     121
    122122MP.h: ${HEADERS}
    123123        perl ./makeheader.pl -I${hdir} ${hdir}/MP.h MP.h
Note: See TracChangeset for help on using the changeset viewer.