commit | 122ca364f8465cee8986d01d2c6728ae3c7575ff | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Fri Oct 05 08:06:02 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Fri Oct 05 08:06:02 2012 -0700 |
tree | 51df20742519b717a58b02faf8f316e6c8ef0898 | |
parent | b0470146defb891d7428b781b1539b9db65ee9fd [diff] |
add back install target to the makefile Just for compatibility with automation that did "make install".
diff --git a/tools/munger/Makefile b/tools/munger/Makefile index dc5bf1c..06cc18d 100644 --- a/tools/munger/Makefile +++ b/tools/munger/Makefile
@@ -40,6 +40,8 @@ all: ${GEN_FILES} +install: all + # The core OpenFlow libraries generated from openflow.h ${TARGET_DIR}/cstruct.py: ${CSTRUCT_DEP} ${CSTRUCT_GEN_CMD} > ${CSTRUCT_AUX_INFO}