Listing 7

/* an example of a makefile with a recursive dependency */
hello.obj : hello.c proto.h
          cc hello.c

proto.h : hello.obj