Changeset 0aa06cbe in mainline for uspace/Makefile.common
- Timestamp:
- 2018-03-06T20:48:12Z (7 years ago)
- Parents:
- fd57cf17 (diff), 0c793e2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-06 20:48:12)
- git-committer:
- GitHub <noreply@…> (2018-03-06 20:48:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rfd57cf17 r0aa06cbe 67 67 CONFIG_MAKEFILE = $(ROOT_PATH)/Makefile.config 68 68 CONFIG_HEADER = $(ROOT_PATH)/config.h 69 70 AUTOGEN = $(ROOT_PATH)/tools/autogen2.sh 69 71 70 72 -include $(VERSION_DEF) … … 352 354 $(CC_JOB) -c -MD -MP $(DEFS) $(LIB_CFLAGS) $(EXTRA_CFLAGS) 353 355 356 %.ag.h %.ag.s %.ag.c %.ag.d: %.h 357 CC="$(CC)" CFLAGS="$(CFLAGS)" $(AUTOGEN) $< $@ 358 354 359 -include $(DEPENDS) 355 360
Note:
See TracChangeset
for help on using the changeset viewer.