mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-15 23:32:04 +00:00
Makefile:
- create $(OBJ_DIR) (if it doesn't already exist) before building objects
This commit is contained in:
parent
b6e3bbc037
commit
a51e90fa81
@ -1,8 +1,13 @@
|
||||
# $Id: Makefile,v 1.2 1998/02/09 08:43:52 taubert Exp $
|
||||
# $Id: Makefile,v 1.3 1999/02/23 04:27:07 gdr-ftp Exp $
|
||||
|
||||
.INCLUDE: /src/gno/paths.mk
|
||||
|
||||
all: $(OBJ_DIR)modem $(OBJ_DIR)printer $(OBJ_DIR)null
|
||||
build: all
|
||||
|
||||
all: $(OBJ_DIR) $(OBJ_DIR)modem $(OBJ_DIR)printer $(OBJ_DIR)null
|
||||
|
||||
$(OBJ_DIR):
|
||||
install -d $(OBJ_DIR)
|
||||
|
||||
$(OBJ_DIR)modem: port.o msccf.o
|
||||
$(LD) $(LDFLAGS) -l /usr/lib/libsim -o $@ $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user