1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Factor-out UUCP_LOCK_DIR in Makefile for easier overriding by builder

This commit is contained in:
Nick Patavalis
2012-02-21 05:42:24 +00:00
parent fcecde9d1a
commit a1fd794fe4

View File

@ -1,8 +1,11 @@
VERSION=1.7
UUCP_LOCK_DIR=/var/lock
# CC = gcc
CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" -DUUCP_LOCK_DIR=\"/var/lock\" \
CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" \
-DUUCP_LOCK_DIR=\"$(UUCP_LOCK_DIR)\" \
-DHIGH_BAUD
CFLAGS = -Wall -g