Changeset 1022 for trunk/cstr


Ignore:
Timestamp:
2000-03-08T16:04:16+13:00 (24 years ago)
Author:
nzdl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cstr/src/recpt/Makefile.in

    r948 r1022  
    4646RANLIB = @RANLIB@
    4747LDFLAGS = @LDFLAGS@
    48 LIBS = -lgdbm -lstdc++ -lm -lcrypt
     48#LIBS = -lgdbm -lstdc++ -lm -lcrypt
     49LIBS = @LIBS@
    4950
    5051GSDLOS = @gsdlos@
     
    7879all : $(EXEC)
    7980
    80 install:
    81     cp $(EXEC) $(GD)/fast-cgi-bin/$(EXEC); \
    82     strip $(GD)/fast-cgi-bin/$(EXEC)
     81install:
     82    install -m 755 -s $(EXEC) $(GD)/cgi-bin/$(EXEC)
    8383
    8484clean:
Note: See TracChangeset for help on using the changeset viewer.