mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 07:30:05 +00:00
Makefile:
added kludge to allow rez files to be on Appleshare.
This commit is contained in:
parent
6d572535da
commit
8621395051
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/03/08 17:40:53 gdr-ftp Exp $
|
||||
# $Id: Makefile,v 1.3 1998/12/31 21:34:56 gdr-ftp Exp $
|
||||
#
|
||||
|
||||
PROG = help
|
||||
@ -20,4 +20,12 @@ $(OBJ_DIR)$(PROG): help.gsh $(PROG).r
|
||||
|
||||
$(OBJ_DIR):; $(INSTALL) -d $(OBJ_DIR)
|
||||
|
||||
# Implicit rule to handle Rez source on case sensitive Appleshare servers
|
||||
.IF $(APPLESHARE_CASE_SENSITIVE) != $(NULL)
|
||||
%.r : %.rez
|
||||
$(INSTALL) $< $(TMPDIR)/$<
|
||||
$(REZ) -o $@ -c $(REZFLAGS) $(TMPDIR)/$<
|
||||
$(RM) -f $(TMPDIR)/$<
|
||||
.END
|
||||
|
||||
.INCLUDE: /src/gno/binrelease.mk
|
||||
|
Loading…
Reference in New Issue
Block a user