Ignore:
Timestamp:
Apr 10, 2017, 4:34:07 AM (7 years ago)
Author:
andersk
Message:
Remove the old C version of static-cat
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/oursrc/execsys/Makefile.in

    r1358 r2836  
    66sysconfdir = @sysconfdir@
    77sbindir = @sbindir@
    8 APACHEDIR = /etc/httpd
    9 SYSCATPATH = /usr/local/bin
    108trusteddir = /usr/libexec/scripts-trusted
    119
    12 all-local: static-cat
     10all-local:
    1311
    14 static-cat.c: static-cat.c.pre
    15         syscat_path=$(SYSCATPATH)/static-cat perl upd-execsys
    16 
    17 install: all-local
    18         install -D -p -m644 execsys.conf $(DESTDIR)$(APACHEDIR)/conf.d/execsys.conf
     12install:
    1913        install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt
    20         install -D -p -m755 static-cat $(DESTDIR)$(SYSCATPATH)/static-cat
    2114        install -D -p -m755 ldapize.pl $(DESTDIR)$(sbindir)/ldapize.pl
    2215
Note: See TracChangeset for help on using the changeset viewer.