PER Form files don’t compile to PIC using a def file / 4make


4make’s behavior may seem a little strange with .pic files. In order for .pic files to compile, you will need to append ‘targ’ to the name of the target you are compiling. For example, if you are normally performing 4make myprog, change this to 4make myprogtarg and the .pic files will now be compiled automatically.