mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
Makefile:
- Allow for sources to be on an appleshare volume.
This commit is contained in:
parent
41372644be
commit
a10d56e871
@ -86,3 +86,10 @@ install:
|
||||
$(INSTALL) $(OBJ_DIR)descc $(OBJ_DIR)descu $(SBINDIR)
|
||||
$(INSTALL) describe.1 $(MANDIR)/man1
|
||||
$(INSTALL) descc.8 descu.8 $(MANDIR)/man8
|
||||
|
||||
.IF $(APPLESHARE_CASE_SENSITIVE) != $(NULL)
|
||||
%.r : %.rez
|
||||
$(INSTALL) $< $(TMPDIR)
|
||||
cd $(TMPDIR); $(REZ) -o $@ -c $(REZFLAGS) $(TMPDIR)/$<
|
||||
$(RM) -f $(TMPDIR)/$<
|
||||
.END
|
||||
|
Loading…
Reference in New Issue
Block a user