Changeset eff9f8c in mainline for uspace/app/barber/Makefile


Ignore:
Timestamp:
2016-05-15T08:21:20Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f6017ee
Parents:
362654a
git-author:
Vojtech Horky <vojtech.horky@…> (2016-05-15 08:21:20)
git-committer:
Jakub Jermar <jakub@…> (2016-05-15 08:21:20)
Message:

Fix build error during incremental build and after modifying libc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/barber/Makefile

    r362654a reff9f8c  
    8585include $(USPACE_PREFIX)/Makefile.common
    8686
    87 images.c images.h: $(IMAGES)
    88         $(ROOT_PATH)/tools/mkarray.py images COMPOSITOR_IMAGES $^
     87image%.c image%.h: $(IMAGES)
     88        $(ROOT_PATH)/tools/mkarray.py images COMPOSITOR_IMAGES $(IMAGES)
Note: See TracChangeset for help on using the changeset viewer.