Changeset 3798

Show
Ignore:
Timestamp:
03/05/09 04:32:39 (3 years ago)
Author:
mloskot
Message:

scripts/Makefile.in: Fixed install target.

Location:
spike/wktraster/scripts
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • spike/wktraster/scripts

    • Property svn:ignore set to
      Makefile
  • spike/wktraster/scripts/Makefile.in

    r3795 r3798  
    1111# ********************************************************************** 
    1212 
     13CP = cp -p 
     14 
    1315# Filenames with extension as determined by the OS 
    1416GDAL2WKTRASTER=gdal2wktraster.py 
     
    1719PGSQL_BINDIR=@PGSQL_BINDIR@ 
    1820 
    19 install: all 
    20     @cp $(GDAL2WKTRASTER) $(PGSQL_BINDIR)/$(GDAL2WKTRASTER) 
     21install: 
     22        $(CP) $(GDAL2WKTRASTER) x.txt 
    2123 
    2224uninstall: 
    23     @rm -f $(PGSQL_BINDIR)/$(GDAL2WKTRASTER) 
     25        $(RM) $(PGSQL_BINDIR)/$(GDAL2WKTRASTER) 
    2426 
    2527clean: 
    26     @rm -f *.o $(GDAL2WKTRASTER) $(GDAL2WKTRASTER)  
    27  
     28        $(RM) ~* *.o